﻿@charset "utf-8";
body { /*min-width: 1200px;*/ background-color: #0b1126; }
a{cursor: pointer;}
a:hover{text-decoration: none !important;}
/*头部样式*/
.header { width: 100%; height: 80px; position: fixed; z-index: 9999; }
.header .navlink { width: 1200px; margin: 0 auto; }
.header .top-logo {width: 170px;float: left;}
.header .top-logo a { display: block; line-height: 80px; text-align: left; }
.header .top-logo a img { vertical-align: middle; }
.header .top-nav { float: left; }
.header .top-nav ul.navlist { width: 100%; height: 50px; margin-top: 15px; }
.header .top-nav li.ylis {float: left;padding: 0 15px;position: relative;}
.header .top-nav li.ylis a.fy-a { height: 50px; line-height: 50px; font-size: 16px; color: #ffffff; text-align: center; display: block; position: relative; }

.header .top-nav li.ylis:hover { background-color: #f55f33; }
.header .top-nav li.ylis:hover a.fy-a { color: #fff; }
.header .top-nav li.on a.fy-a { color: #f55f33; }
.header .top-nav li.on a.fy-a::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background-color: #f55f33; }

.header .top-nav li.ylis .fy-sub { display: none; width: 100%; left: 0; position: absolute; top: 50px; z-index: 1; border-top: 0; background: #fff; }
.header .top-nav li.ylis .fy-sub li { text-align: center; height: 41px; line-height: 40px; border-top: 1px solid #cbcbcb; }
.header .top-nav li.ylis .fy-sub li a { display: block; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.header .top-nav li.ylis .fy-sub li a:hover { color: #fff; background-color: #ea5f05; text-decoration: none; }
.topBg { background-color: rgba(0,0,0,0.8); }

.header .top-tel { float: right; line-height: 80px; }
.header .top-tel img { vertical-align: middle; }

.header .sbox { float: right; height: 80px; }
.header .menubtn { display: none; }
.header .floatmask { width: 100%; height: 100%; padding-bottom: 10%; background: #000; opacity: 0.5; position: absolute; top: 0; z-index: 1; display: none; overflow: hidden; transition: all 0.5s; margin: 0 auto; }

@media (min-width:992px) {
    .header .nav-box { display: none !important; }
}

@media (max-width:1200px) {
    .header .navlink { max-width: 1200px; width: 100%; padding: 0 10px; box-sizing: border-box; }
    .header .top-logo { width: 200px; }
    .header .top-logo a img { max-width: 100%; max-height: 100%; }
    .header .top-nav li.ylis { padding: 0 10px; }
    .header .top-tel{opacity:0;}
}

@media (max-width:991px) {
    .header { height: 60px; }
    .header .sbox { height: 60px; }
    .header .top-nav { display: none; }
    .header .top-tel { display: none; }
    .header .navlink { background-color: rgba(0,0,0,0.8); }
    .header .top-logo { width: 150px; height: 60px; }
    .header .top-logo a { line-height: 60px; }
    .header .top-logo a img { max-height: 36px; }

    .header .menubtn { display: block; margin-top: 24px; height: 30px; float: right; cursor: pointer; }
    .header .menubtn span { width: 30px; height: 3px; display: block; background: #fff; position: relative; z-index: 1; margin-top: 4px; }
    .header .menubtn span::after { position: absolute; top: 10px; left: 0; right: 0; height: 3px; background: #fff; content: ""; }
    .header .menubtn span::before { position: absolute; bottom: 10px; left: 0; right: 0; height: 3px; background: #fff; content: ""; }
    .header .menubtn span::after, .menubtn span::before { -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -ms-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; }
    .header .menubtn.on span { background: transparent; }
    .header .menubtn.on span::after { transform: rotate(405deg); top: 0; }
    .header .menubtn.on span::before { transform: rotate(-405deg); top: 0; }
    .header .nav-box { display: block; }

    .header .nav-box { position: fixed; left: 0; top: 60px; bottom: 0; z-index: 11; width: 100%; height: 100%; margin-left: 0; overflow: hidden; border-top: 2px solid #e9f3fc; }
    .header .nav-box ul { float: left; width: 40%; background: #fff; height: 100%; padding-top: 10px; position: relative; z-index: 2; padding-bottom: 10%; }
    .header .nav-box li { border-bottom: 1px solid #ececec; }
    .header .nav-box ul li a { display: block; color: #333333; font-size: 14px; height: 36px; line-height: 36px; opacity: 0; transform: translateX(-100%); transition: all 0.4s ease 0s; transition-delay: 0s; transition-delay: 160ms; text-align: left; padding-left: 20px; }
    .header .nav-box li a:active,
    .header .nav-box li a:hover { background: rgba(255,255,255,0.1); color: #ea5f05; }
    .header .nav-box ul.show li a { opacity: 1; transform: translateX(0); }
    .header .floatmask { width: 100%; height: 100%; padding-bottom: 10%; background: #000; opacity: 0.5; position: absolute; top: 0; z-index: 1; display: none; overflow: hidden; transition: all 0.5s; margin: 0 auto; }
}

@media (max-width:640px) {
    .header .nav-box ul { width: 60%; }
}


/*首页百叶窗*/
.index-banner { width: 100%; height: 750px; overflow: hidden; position: relative; }
.index-banner .banner { width: 200%; text-align: center; position: absolute; left: -50%; top: 0; }
.index-banner .banner a { display: block; }

/*内页百叶窗*/
.top-banner { width: 100%; height: 440px; overflow: hidden; position: relative; }
.top-banner .banner { width: 200%; text-align: center; position: absolute; left: -50%; top: 0; }
.top-banner .banner a { display: block; }

/*代理百叶窗*/
.dl-banner { width: 100%; height: 440px; overflow: hidden; position: relative; }
.dl-banner .banner { width: 200%; text-align: center; position: absolute; left: -50%; top: 0; }
.dl-banner .banner a { display: block; }

.m-banner { display: none; }

@media (max-width:1200px) {
    /*.index-banner { width: 100%; height:auto; position: inherit; }
    .index-banner .banner { width: 100%; text-align: center; position:inherit; }
    .index-banner .banner img { width: 100%; }

    .top-banner { width: 100%; height: auto; position: inherit; }
    .top-banner .banner { width: 100%; text-align: center; position: inherit; }
    .top-banner .banner img { width: 100%; }

    .dl-banner { width: 100%; height: auto; position: inherit; }
    .dl-banner .banner { width: 100%; text-align: center; position: inherit; }
    .dl-banner .banner img { width: 100%; }*/
}

@media (max-width:991px) {
    .index-banner { display: none; }
    .top-banner { display: none; }
    .dl-banner { display: none; }
    .m-banner { display: block; width: 100%; text-align: center; }
    .m-banner a { display: block; }
    .m-banner img { width: 100%; }
}


/*底部样式*/
.bottom { width: 100%; background: #0f162d url(../images/form-bg.jpg) center center no-repeat; padding: 60px 0 80px; }
.bottom .footer { width: 1200px; margin: 0 auto; overflow: hidden; }
.bottom .bt-lxwm { width: 400px; height: auto; min-height: 205px; border-right: 1px solid #444444; box-sizing: border-box; float: left; padding-bottom: 2000px; margin-bottom: -2000px; }
.bottom .bt-lxwm p { width: 100%; height: 20px; line-height: 20px; font-size: 16px; color: #999999; text-align: left; margin-bottom: 20px; }
.bottom .bt-lxwm .p1 { background: url(../images/btel.png) left center no-repeat; background-size: 18px 18px; padding-left: 26px; margin-bottom: 10px; }
.bottom .bt-lxwm .p2 { height: 30px; line-height: 30px; font-size: 30px; color: #f55f33; font-weight: bold; }
.bottom .bt-lxwm .p3 { background: url(../images/bwz.png) left center no-repeat; background-size: 18px 18px; padding-left: 26px; }
.bottom .bt-lxwm .p4 { background: url(../images/bsj.png) left 6px no-repeat; background-size: 18px 18px; padding-left: 26px; height: auto; line-height: 26px; }
.bottom .bt-lxwm .qqlink { width: 100%; height: 36px; }
.bottom .bt-lxwm .qqlink .bt-qq { width: 36px; height: 36px; float: left; margin-right: 10px; }
.bottom .bt-lxwm .qqlink .bt-qq a { display: block; }
.bottom .bt-lxwm .qqlink .bt-qq .qq-icon { width: 36px; height: 36px; }
.bottom .bt-lxwm .qqlink .bt-weixin { width: 36px; height: 36px; float: left; margin-right: 10px; position: relative; cursor: pointer; }
.bottom .bt-lxwm .qqlink .bt-weixin .wechat { width: 36px; height: 36px; }
.bottom .bt-lxwm .qqlink .bt-weixin .QRcode { width: 128px; height: 0; position: absolute; bottom: 36px; left: 50%; margin-left: -64px; transition: all 0.5s ease-in-out 0s; overflow: hidden; /*background-color:#fff;*/ }
.bottom .bt-lxwm .qqlink .bt-weixin .QRimg { width: 128px; height: 128px; background-color: #fff; }
.bottom .bt-lxwm .qqlink .bt-weixin .QRimg img { max-width: 100%; max-height: 100%; }
.bottom .bt-lxwm .qqlink .bt-weixin .QRcode i { width: 100%; height: 0; display: block; position: relative; }
.bottom .bt-lxwm .qqlink .bt-weixin .QRcode i em { position: absolute; top: 0; left: 50%; margin-left: -10px; width: 0; height: 0; border-width: 10px; border-style: solid; border-color: #fff transparent transparent transparent; }
.bottom .bt-lxwm .qqlink .bt-weixin:active .QRcode,
.bottom .bt-lxwm .qqlink .bt-weixin:hover .QRcode { height: 140px; }

.bottom .bt-rg { width: 800px; height: auto; min-height: 205px; float: right; padding-left: 40px; box-sizing: border-box; padding-bottom: 2000px; margin-bottom: -2000px; }

.bottom .bt-rg .bt-nav { width: 100%; float: left; margin-bottom: 30px; }
.bottom .bt-rg .bt-nav ul { }
.bottom .bt-rg .bt-nav li { float: left; padding-right: 56px; }
.bottom .bt-rg .bt-nav li:last-child { padding-right: 0; }
.bottom .bt-rg .bt-nav li a { height: 30px; line-height: 30px; font-size: 16px; color: #9b9ea0; text-align: center; display: block; }
.bottom .bt-rg .bt-nav li a:hover,
.bottom .bt-rg .bt-nav li.on a { color: #f55f33; }

.bottom .bt-rg .bt-com { width: 100%; line-height: 30px; font-size: 14px; color: #6a6a6a; float: left; margin-bottom: 30px; }
.bottom .bt-rg .bt-com a { font-size: 14px; color: #6a6a6a; }
.bottom .bt-rg .bt-com a:hover { color: #f55f33; }

.bottom .bt-rg .bt-link { width: 100%; float: left; overflow: hidden; }
.bottom .bt-rg .bt-link .bt-tt { float: left; width: 73px; line-height: 30px; font-size: 14px; color: #6a6a6a; text-align: left; padding-bottom: 2000px; margin-bottom: -2000px; }
.bottom .bt-rg .bt-link .bt-lklist { float: left; width: 687px; line-height: 30px; padding-bottom: 2000px; margin-bottom: -2000px; }
.bottom .bt-rg .bt-link .bt-lklist a { float: left; font-size: 14px; color: #6a6a6a; margin-right: 25px; }
.bottom .bt-rg .bt-link .bt-lklist a:hover { color: #f55f33; }

.bottom .m-qq { display: none; }

@media (max-width:1440px) {
}

@media (max-width:1200px) {
    .bottom .footer { max-width: 1200px; width: 100%; padding: 0 10px; box-sizing: border-box; }
    .bottom .bt-lxwm { width: 35%; }
    .bottom .bt-rg { width: 65%; padding-left: 3%; }
    .bottom .bt-rg .bt-nav { margin-bottom: 15px; }
    .bottom .bt-rg .bt-nav li { padding-right: 30px; }
    .bottom .bt-rg .bt-com { margin-bottom: 15px; }
    .bottom .bt-rg .bt-link .bt-lklist a { margin-right: 20px; }
}

@media (max-width:991px) {
    .bottom { padding: 30px 0 100px; background-size: cover; }
    .bottom .bt-lxwm { width: 100%; border-right: none; margin-top: 15px; padding-top: 15px; border-top: 1px solid #444444; }

    .bottom .bt-lxwm p { font-size: 14px; margin-bottom: 10px; }
    .bottom .bt-lxwm .p1 { background: url(../images/btel.png) left center no-repeat; background-size: 18px 18px; padding-left: 26px; margin-bottom: 10px; }
    .bottom .bt-lxwm .p2 { height: 24px; line-height: 24px; font-size: 20px; }
    .bottom .bt-lxwm .p3 { background: url(../images/bwz.png) left center no-repeat; background-size: 18px 18px; padding-left: 26px; }
    .bottom .bt-lxwm .p4 { background: url(../images/bsj.png) left center no-repeat; background-size: 18px 18px; padding-left: 26px; }
    .bottom .m-qq { display: block; }
    .bottom .pc-qq { display: none; }

    .bottom .bt-rg { width: 100%; padding-left: 0; }
    .bottom .bt-rg .bt-nav { margin-bottom: 10px; }
    .bottom .bt-rg .bt-nav li { padding-right: 20px; }
    .bottom .bt-rg .bt-nav li a { height: 24px; line-height: 24px; font-size: 14px; }
    .bottom .bt-rg .bt-com { line-height: 24px; font-size: 14px; margin-bottom: 10px; }
    .bottom .bt-rg .bt-com a { font-size: 14px; }

    .bottom .bt-rg .bt-link .bt-tt { line-height: 24px; font-size: 14px; }
    .bottom .bt-rg .bt-link .bt-lklist { width: 85%; line-height: 24px; }
    .bottom .bt-rg .bt-link .bt-lklist a { font-size: 14px; margin-right: 15px; }
}

@media (max-width:640px) {
    .bottom .bt-rg .bt-nav li { padding-right: 15px; }
    .bottom .bt-rg .bt-link .bt-lklist { width: 75%; }
}



.m-footer {position: fixed;bottom: 0;left: 0;width: 100%;height: 50px;padding: 5px 0;margin: 0;background: rgb(27, 27, 27);box-shadow: 0 -2px 6px rgba(0,0,0,.5);overflow: hidden;z-index: 9999;display: none;box-sizing: border-box;}
.m-footer li { width: 33.3%; float: left; text-align: center }
.m-footer li span { font-size: 28px; }
.m-footer li span.gotop{
    height:40px;
    display:block;
    background-size:35px;
}
.m-footer li img { height: 25px }
.m-footer li a { color: #fff; font-size: 14px; /*opacity: 0.6; filter: Alpha(opacity=60);*/ }
.m-footer li a:hover,
.m-footer li a:active { /*opacity: 1; filter: Alpha(opacity=100);*/ }
.m-footer li p { display: none; }

@media (max-width:991px) {
    .m-footer { display: block; }
}
